'宣言 Public Sub RaiseNotifications( _ ByVal notifications As System.Collections.Generic.IEnumerable(Of Tuple(Of Object,NotifyCollectionChangedEventArgs)) _ )
public void RaiseNotifications( System.Collections.Generic.IEnumerable<Tuple<object,NotifyCollectionChangedEventArgs>> notifications )
パラメータ
- notifications
- The notifications to raise.